-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DRAFT] Support 320x240 screen sizes and ili9341 displays #597
base: dev
Are you sure you want to change the base?
Conversation
Still seems a bit off (overshoots the horizontal center to the right), but close enough.
I need to get all the required hardware for this so I can either assemble before or during TABConf. |
Most of the st7789 and ili9341 dev boards seem to be the same (even down to the order of their pins). This is the ili9341 I've been working off of: Other useful bits: I'm using 1.) to seat the existing Waveshare display hat and just wire out the joystick and KEY1-3 lines to 2.) which also has the connections to the ili9341. And then 2.) connects to a Pi Zero via ribbon cable. |
Description
WORK IN PROGRESS!!
DisplayDriver
class to hide away details specific to ST7789, ILI9341, and (eventually?) ILI9486.This pull request is categorized as a:
Checklist
pytest
and made sure all unit tests pass before sumbitting the PRIf you modified or added functionality/workflow, did you add new unit tests?
I have tested this PR on the following platforms/os: